home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Mod02 / M02_01_05.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-13  |  260b  |  14 lines

  1. on(release){
  2.    set("_level0:fromlevel","2");
  3.    set("..:check3","1");
  4.    loadMovieNum("Mod02/M02_01_05_05.swf",2,"GET");
  5.    tellTarget("/")
  6.    {
  7.       gotoAndStop("inactive");
  8.    }
  9.    tellTarget("_level3/pause")
  10.    {
  11.       gotoAndStop(1);
  12.    }
  13. }
  14.